'宣言 Overloads Public Operator Widening CType( _ ByVal value As System.String _ ) As ScriptEnumValue(Of T)
'使用法
public ScriptEnumValue<T> operator implicit( System.string value )
パラメータ
- value
- 変換する文字列。
戻り値の型
ScriptEnumValue<T> オブジェクト。
'宣言 Overloads Public Operator Widening CType( _ ByVal value As System.String _ ) As ScriptEnumValue(Of T)
'使用法
public ScriptEnumValue<T> operator implicit( System.string value )